Previous page Next page

Display Push Message (PM)

To send a Display push, an application must send an HTTP POST request to the Push Agent in the telephone.

The format of the XML Message (PM) sent from the Push Initiator to the Push Agent is as follows:

<?xml version="1.0"?> 
 
<Push

	alert=“0|1|2|3”

	type=“display”

	mode=“normal|barge”  
 
>

<go href=“http://trusted_push_server/filename.wml” method=“get|post”>

   	<postfield name=“name1” value=“value1”/>

   	<postfield name=“name2” value=“value2”/> 
 
</go> 
 
</Push> 
 

Previous page Next page